Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickTime Components /
Chapter 9 - Movie Data Exchange Components / Movie Data Exchange Components Reference
Configuring Movie Data Import Components /


MovieImportSetFromScrap

The MovieImportSetFromScrap function allows an application to indicate that the source data resides on the scrap.

pascal ComponentResult MovieImportSetFromScrap 
                              (ComponentInstance ci, 
                                 Boolean fromScrap);
ci
Identifies the application's connection to your movie data import component.
fromScrap
Indicates whether or not the source data resides on the scrap. This parameter is set to true if the data originated on the scrap; otherwise,
the parameter is set to false.
DESCRIPTION
The MovieImportSetFromScrap function allows an application to indicate that the data to be imported originated on the scrap. In some cases, your component may be able to use this information during the import process. For example, you may establish the convention that additional data that is pertinent to an import operation should be stored on the scrap along with the data to be imported. Your component can then look in the scrap for the additional data.

RESULT CODE
badComponentSelector0x80008002Function not supported

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help